-
Notifications
You must be signed in to change notification settings - Fork 675
docs: Add Google ADK integration guide #391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Adds documentation for integrating A2UI with Google Agent Development Kit (ADK). Includes: - Architecture overview (protocol bridge pattern) - Complete bridge server code (Python/FastAPI) - A2UI configuration steps - Windows compatibility notes - Troubleshooting guide Based on real-world integration experience with AI Technical Interviewer project. Related: Discussion google#390
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
احصل على Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
من: VIKAS SAHANI ***@***.***>
تاريخ الإرسال: الجمعة, ديسمبر 26, 2025 5:27:38 م
إلى: google/A2UI ***@***.***>
نسخة: Subscribed ***@***.***>
الموضوع: [google/A2UI] docs: Add Google ADK integration guide (PR #391)
Adds documentation for integrating A2UI with Google Agent Development Kit (ADK).
Includes:
* Architecture overview (protocol bridge pattern)
* Complete bridge server code (Python/FastAPI)
* A2UI configuration steps
* Windows compatibility notes
* Troubleshooting guide
Based on real-world integration experience with AI Technical Interviewer project.
Related: Discussion #390<#390>
________________________________
You can view, comment on, or merge this pull request online at:
#391
Commit Summary
* 97aaa4c<97aaa4c> docs: Add Google ADK integration guide
File Changes
(1 file<https://github.com/google/A2UI/pull/391/files>)
* A docs/integrations/google-adk.md<https://github.com/google/A2UI/pull/391/files#diff-6027f5527c791d6cdff2186edf6149cff94de46aec7b721db2c495e0ff105443> (205)
Patch Links:
* https://github.com/google/A2UI/pull/391.patch
* https://github.com/google/A2UI/pull/391.diff
—
Reply to this email directly, view it on GitHub<#391>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BWA5SMUY3MOEBKCBRXERBHD4DVAVVAVCNFSM6AAAAACQCADVFGVHI2DSMVQWIX3LMV43ASLTON2WKOZTG43DGNJVG44TANA>.
You are receiving this because you are subscribed to this thread.
|
|
@googlebot I signed it! |
|
I have signed the CLA. I noticed this branch is behind main — I'll update it shortly. This guide documents a direct A2A-to-ADK bridge approach for integrating Google ADK agents with the A2UI web interface. It's based on a production implementation using FastAPI for protocol translation. Happy to address any feedback or suggestions from the maintainers. Thanks for reviewing! |
|
Branch updated and CLA check passed! Ready for workflow approval and review when you have a moment. Thanks! |
Adds documentation for integrating A2UI with Google Agent Development Kit (ADK).
Includes:
Based on real-world integration experience with AI Technical Interviewer project.
Related: Discussion #390